home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3006 / 3006.xpi / chrome / dwhelper.jar / content / bindings.css < prev    next >
Cascading Style Sheet File  |  2010-01-15  |  5KB  |  267 lines

  1. /******************************************************************************
  2.  *            Copyright (c) 2006-2009 Michel Gutierrez. All Rights Reserved.
  3.  ******************************************************************************/
  4.  
  5. DHPassword {
  6.     -moz-binding: url("widgets.xml#DHPassword");    
  7. }
  8.  
  9. ExtList {
  10.     -moz-binding: url("widgets.xml#ExtList");
  11. }
  12.  
  13. PopupButton {
  14.     -moz-binding: url("popup-button.xml#PopupButton");
  15. }
  16.  
  17. PopupButton box {
  18.     -moz-appearance: button;
  19.     margin: 1px 0px 2px 0px;
  20. }
  21.  
  22. PopupButton .popup-button-menupopup {
  23. }
  24.  
  25. PopupButton menuitem {
  26. }
  27.  
  28. PopupButton image.popup-button-arrow {
  29.   padding-right:2px;
  30.   background: url("chrome://global/skin/arrow/arrow-dn.gif") center center no-repeat !important;
  31.   -moz-image-region: rect(0px 12px 12px 0px) !important;
  32. }
  33.  
  34. PopupButton image.popup-button-image {
  35.   padding-right:2px;
  36.   padding-left:5px;
  37. }
  38.  
  39. CounterLabel {
  40.     -moz-binding: url("counter-label.xml#CounterLabel");
  41. }
  42.  
  43. DownloadQueue {
  44.     -moz-binding: url("download-queue.xml#DownloadQueue");
  45. }
  46.  
  47. MediaListMenu {
  48.     -moz-binding: url("media-list-menu.xml#MediaListMenu");
  49. }
  50.  
  51. MediaList {
  52.     -moz-binding: url("media-list.xml#MediaList");
  53. }
  54.  
  55. MediaListControl {
  56.     -moz-binding: url("media-list-control.xml#MediaListControl");
  57. }
  58.  
  59. MediaListPanel {
  60.     -moz-binding: url("media-list-panel.xml#MediaListPanel");
  61. }
  62.  
  63. ConvRuleList {
  64.     -moz-binding: url("conv-rule-list.xml#ConvRuleList");
  65. }
  66.  
  67. ConvRuleListPanel {
  68.     -moz-binding: url("conv-rule-list-panel.xml#ConvRuleListPanel");
  69. }
  70.  
  71. ConvRuleListPanel ConvRuleList {
  72.     height: 200px;
  73. }
  74.  
  75. ConvRule {
  76.     -moz-binding: url("conv-rule.xml#ConvRule");
  77. }
  78.  
  79. ConvRuleActionWidget {
  80.     -moz-binding: url("conv-rule.xml#ConvRuleActionWidget");
  81. }
  82.  
  83. ConvRuleInFileWidget {
  84.     -moz-binding: url("conv-rule.xml#ConvRuleInFileWidget");
  85. }
  86.  
  87. ConvRuleInSiteWidget {
  88.     -moz-binding: url("conv-rule.xml#ConvRuleInSiteWidget");
  89. }
  90.  
  91. ConvRuleOutputFormatWidget {
  92.     -moz-binding: url("conv-rule.xml#ConvRuleOutputFormatWidget");
  93. }
  94.  
  95. ConvRuleOutputDirWidget {
  96.     -moz-binding: url("conv-rule.xml#ConvRuleOutputDirWidget");
  97. }
  98.  
  99. ConvertRegister {
  100.     -moz-binding: url("convert-register.xml#ConvertRegister");
  101. }
  102.  
  103. ConverterQueue {
  104.     -moz-binding: url("converter-queue.xml#ConverterQueue");
  105. }
  106.  
  107. VideoFormat {
  108.     -moz-binding: url("video-format.xml#VideoFormat");
  109. }
  110.  
  111. VideoFormat row {
  112.     height: 30px;
  113. }
  114.  
  115. VideoFormat grid {
  116.     width: 450px;
  117.     max-height: 210px;
  118.     overflow: auto;
  119. }
  120.  
  121. VideoFormat tabpanel {
  122.     vertical-align: top;
  123. }
  124.  
  125.  
  126. VideoFormatList {
  127.     -moz-binding: url("video-format.xml#VideoFormatList");
  128. }
  129.  
  130. VideoFormatText {
  131.     -moz-binding: url("video-format.xml#VideoFormatText");
  132. }
  133.  
  134. VideoFormatInteger {
  135.     -moz-binding: url("video-format.xml#VideoFormatInteger");
  136. }
  137.  
  138. VideoFormatBool {
  139.     -moz-binding: url("video-format.xml#VideoFormatBool");
  140. }
  141.  
  142. VideoFormatCheckbox {
  143.     -moz-binding: url("video-format.xml#VideoFormatCheckbox");
  144. }
  145.  
  146. VideoFormatPanel {
  147.     -moz-binding: url("video-format.xml#VideoFormatPanel");
  148. }
  149.  
  150. VideoFormat2Passes {
  151.     -moz-binding: url("video-format.xml#VideoFormat2Passes");
  152. }
  153.  
  154. FormatConfigList {
  155.     -moz-binding: url("video-format.xml#FormatConfigList");
  156. }
  157.  
  158.  
  159. NamedVideoFormat {
  160.     -moz-binding: url("video-format.xml#NamedVideoFormat");
  161. }
  162.  
  163. TextboxEnabled {
  164.     -moz-binding: url("widgets.xml#TextboxEnabled");
  165. }
  166.  
  167. KeyEditor {
  168.     -moz-binding: url("widgets.xml#KeyEditor");
  169. }
  170.  
  171. menupopup.DownloadMenu {
  172.     -moz-binding: url("menu.xml#DownloadMenu");
  173. }
  174.  
  175. menupopup.SystemMenu {
  176.     -moz-binding: url("menu.xml#SystemMenu");
  177. }
  178.  
  179. ProcessorKeyMap {
  180.     -moz-binding: url("processor-keymap.xml#ProcessorKeyMap");
  181. }
  182.  
  183. menuitem.ContextMenuitem {
  184.     -moz-binding: url("menu.xml#ContextMenuitem") !important;
  185. }
  186.  
  187. menu.ContextMenuIconic {
  188.     -moz-binding: url("menu.xml#ContextMenuIconic") !important;
  189. }
  190.  
  191. MP3TunesConfig {
  192.     -moz-binding: url("mp3tunes/mp3tunes.xml#MP3TunesConfig");
  193. }
  194.  
  195. MP3TunesCreateAccount {
  196.     -moz-binding: url("mp3tunes/mp3tunes.xml#MP3TunesCreateAccount");
  197. }
  198.  
  199. MP3TunesTitle {
  200.     -moz-binding: url("mp3tunes/mp3tunes.xml#MP3TunesTitle");
  201. }
  202.  
  203. ProcessorMenulist {
  204.     -moz-binding: url("widgets.xml#ProcessorMenulist");
  205. }
  206.  
  207. YTHQConfiguration {
  208.     -moz-binding: url("ythq-widgets.xml#YTHQConfiguration");
  209. }
  210.  
  211. YTHQConfiguration treechildren::-moz-tree-cell-text(format-disabled) {
  212.   font-style: italic;
  213.   color: #808080;
  214. }
  215.  
  216. YTHQConfiguration treechildren::-moz-tree-cell-text(format-disabled,selected) {
  217.   color: White;
  218. }
  219.  
  220. BlackList {
  221.     -moz-binding: url("widgets.xml#BlackList");
  222. }
  223.  
  224. SmartNameLocation {
  225.     -moz-binding: url("smart-name.xml#SmartNameLocation");
  226. }
  227.  
  228. SmartNameListControl {
  229.     -moz-binding: url("smart-name.xml#SmartNameListControl");
  230. }
  231.  
  232. SmartNameOverlap {
  233.     -moz-binding: url("smart-name.xml#SmartNameOverlap");
  234. }
  235.  
  236. SmartNameOverlap treechildren::-moz-tree-checkbox {
  237.    list-style-image: url("");
  238. }
  239.  
  240. SmartNameOverlap treechildren::-moz-tree-checkbox(checked) {
  241.     list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
  242. }
  243.  
  244. SmartNameOverlap a {
  245.     color: Blue;
  246.     cursor: pointer;
  247.     text-decoration: underline;
  248. }
  249.  
  250. TwitterPref {
  251.     -moz-binding: url("twitter.xml#TwitterPref");
  252. }
  253.  
  254. TwitterMessage {
  255.     -moz-binding: url("twitter.xml#TwitterMessage");
  256. }
  257.  
  258. TwitterMessage a {
  259.     color: Blue;
  260.     cursor: pointer;
  261.     text-decoration: underline;
  262. }
  263.  
  264.  
  265.  
  266.  
  267.